home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / todow105.zip / UTILS.ZIP / EXITEXEC.TXT < prev    next >
Text File  |  1993-10-24  |  2KB  |  42 lines

  1.                                 ExitExec
  2.                                 ========
  3.  
  4. A very simple utility to allow you to exit Windows, run a DOS program, and
  5. restart Windows when it's finished. Useful for those DOS programs that can't
  6. be run from within Windows.
  7.  
  8. Installation is easy. Simply put EXITEXEC.EXE ib a convenient directory,
  9. probably somewhere on your PATH. Use Program Manager's "File/New/Program Item"
  10. to add a new icon into a Program Manager group.
  11.  
  12. The command line format to use is:
  13.     <path>EXITEXEC.EXE <program to run> [<parameters>]
  14.  
  15. There are certain limitations to the Windows API call that is being used 
  16. for this utility. The key one is that, when Windows exits, there's no 
  17. telling exactly which drive/directory you'll be in. For this reason, it's 
  18. always a good idea to specify the full pathname of the program you want 
  19. to run.
  20.  
  21. If the program you specify is not an EXE or COM file, EXITEXEC will 
  22. automatically precede the call with "<COMSPEC> /c". THis is because the 
  23. Windows API call doesn't directly allow execution of anything but EXE or 
  24. COM files.
  25.  
  26. In addition, there's no facility to pause before restarting Windows once 
  27. your program has completed. If you want a pause, it's best to use a batch 
  28. file with a "pause" statement at the end.
  29.  
  30. This utility is released as Freeware, a gift to all my friends in the online
  31. community. As such, I don't anticipate doing much in the way of support or
  32. enhancement. That said, I'd still appreciate any comments or bug reports.
  33.  
  34. (c)Copyright 1993
  35. Brad P. Smith
  36. BPS Microconsulting Services
  37. R.R. #2 - 777 Crozier Rd.
  38. Oxford Mills, Ontario, Canada, K0G 1S0
  39.  
  40. E-mail: B.P.Smith@BIX.com
  41.  
  42.